@charset "utf-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "pingfang SC", "webfont", "helvetica neue", arial,
    "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun,
    sans-serif !important;
}
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  resize: none;
}
li {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  object-fit: cover;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
abbr,
acronym {
  border: 0;
}
em,
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  clear: both;
  display: block;
  content: "";
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline-style: none;
}
body {
  overflow-x: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
/*公共*/
.base {
  margin: 0 auto;
  width: 1200px;
}
/*top*/
.top {
  height: 37px;
  background-color: #edf0f4;
  z-index: 2;
}
.top .sy_top_c {
  display: flex;
  justify-content: space-between;
}
.top .sy_top_c .sy_top_left {
  display: flex;
}
.top .sy_top_c .sy_top_left .sy_top_txt {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 37px;
  margin-right: 24px;
  white-space: nowrap;
}
.top .sy_top_c .sy_top_right {
  display: flex;
  align-items: center;
  height: 37px;
}
.top .sy_top_c .sy_top_right .header-gfweixin {
  position: relative;
}
.top .sy_top_c .sy_top_right .header-gfweixin .sy_top_right_qrcode {
  display: block;
  width: 108px;
  height: 24px;
  background-color: #326cf6;
  border-radius: 4px;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
}
.top .sy_top_c .sy_top_right .header-gfweixin div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 27px;
  width: 171px;
  height: 171px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(216, 220, 233, 0.3);
  border-radius: 6px;
  border: solid 1px #f2f3f9;
  text-align: center;
  display: none;
  z-index: 2;
}
.top .sy_top_c .sy_top_right .header-gfweixin div img {
  height: 111px;
  display: block;
  margin: 7px auto 2px auto;
}
.top .sy_top_c .sy_top_right .header-gfweixin div p {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}
.top .sy_top_c .sy_top_right .header-gfweixin:hover div {
  display: block;
}
.top .sy_top_c .sy_top_right .sinaweibo {
  width: 78px;
  height: 24px;
  margin-left: 17px;
  margin-right: 4px;
  margin-top: 2px;
}
.top .sy_top_c .sy_top_right .sy_top_warp {
  position: relative;
  color: #979797;
  font-size: 14px;
  padding: 0 5px;
}
.top .sy_top_c .sy_top_right .sy_top_warp .index-xia_sanjiao {
  display: inline-block;
  font-size: 6px;
  color: #999999;
  margin-left: 4px;
  transform: rotate(0deg);
}
.top .sy_top_c .sy_top_right .sy_top_warp:hover {
  background: #fff;
  line-height: 37px;
  color: #326cf6;
}
.top .sy_top_right .sy_top_warp:hover .index-xia_sanjiao {
  color: #326cf6;
  transform: rotate(180deg);
}
.top .sy_top_right .sy_top_warp:hover .sy_wap_box {
  display: flex;
}
.top .sy_top_right .sy_top_warp .sy_wap_box {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 37px;
  right: 0;
  width: 369px;
  height: 171px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(216, 220, 233, 0.3);
  /* border-radius: 6px; */
  border: solid 1px #f2f3f9;
  box-sizing: border-box;
  z-index: 4;
  border-top: none;
}
.top .sy_top_right .sy_top_warp .sy_wap_box div {
  width: 160px;
  text-align: center;
}
.top .sy_top_right .sy_top_warp .sy_wap_box .mini img {
  height: 110px;
}
.top .sy_top_right .sy_top_warp .sy_wap_box .gzh img {
  height: 92px;
  margin-bottom: 7px;
  margin-top: 10px;
}
.top .sy_top_right .sy_top_warp .sy_wap_box div p {
  text-align: center;
  color: #666666;
  font-size: 12px;
}
/*nav*/
.nav_bg {
  display: flex;
  justify-content: space-between;
  height: 77px !important;
  padding-top: 20px;
  align-items: center;
}
.nav_bg .nav-bg-left {
  display: flex;
  align-items: center;
}
.nav_bg .nav-bg-left .qf_logo img {
  height: 43px;
}
.nav_bg .nav-bg-left .nav_logo {
  height: 21px;
  margin-left: 30px;
  margin-right: 36px;
}
.nav_bg .nav-bg-left .nav-news {
  display: flex;
  align-items: center;
  width: 458px;
  height: 47px;
  line-height: 47px;
  border-radius: 6px;
  border: solid 1px #eeeeee;
}
.nav_bg .nav-bg-left .nav-news i {
  color: #ff6600;
  font-size: 16px;
}
.nav_bg .nav-bg-left .nav-news .index-xiaolaba {
  padding-left: 16px;
  margin-right: 4px;
}
.nav_bg .nav-bg-left .nav-news .swiper-news {
  width: 340px;
  height: 47px;
}
.nav_bg .nav-bg-left .nav-news .swiper-news a {
  display: flex;
}
.nav_bg .nav-bg-left .nav-news .swiper-news a i {
  display: block;
  font-size: 14px;
  color: #000;
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: -4px;
  margin-left: 8px;
}
.nav_bg .nav-bg-left .nav-news .swiper-news a em {
  color: #ff6600;
}
.nav_bg .nav_phone {
  display: flex;
  align-items: center;
}
.nav_bg .nav_phone .icon-dianhua1 {
  width: 37px;
  height: 37px;
  line-height: 37px;
  background-color: #326cf6;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  animation: phoneIcon_ani ease 0.5s infinite alternate;
}
.nav_bg .nav_phone span {
  margin-left: 10px;
}
.nav_bg .nav_phone span em {
  display: block;
  color: #666;
  font-size: 14px;
  text-align: center;
  letter-spacing: 8px;
}
.nav_bg .nav_phone span em:first-child {
  letter-spacing: 0px;
  color: #326cf6;
  font-size: 24px;
}
@keyframes phoneIcon_ani {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.nav_left img {
  float: left;
}
.nav_left .xq {
  position: relative;
}
.nav_left .xq_tab {
  position: relative;
  cursor: pointer;
  z-index: 1000;
}
.nav_left .p1 {
  width: 0px;
  height: 0px;
  background: #ffffff;
  box-shadow: rgba(216, 220, 233, 0.3) 0px 0px 10px 0px;
  border: 1px solid #f2f3f9;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 0px;
  border-top: none;
}
.nav_left .xq_tab:hover .p1 {
  width: 333px;
  height: 121px;
}
.nav_left .xq_tab:hover em {
  color: #326cf6;
}
.nav_left .xq_tab:hover em .index-xia_sanjiao {
  color: #326cf6;
  transform: rotate(-180deg);
}
.nav_left .p1 .p2 {
  padding: 24px 20px 20px 10px;
}
.nav_left .xq_tab em {
  position: relative;
  color: #000000;
  font-size: 14px;
  display: block;
  height: 100%;
  line-height: 37px;
  width: 80px;
  margin-top: -1px;
  padding-left: 10px;
}
.nav_left .xq_tab:hover em {
  background: #fff;
}
.nav_left .xq_tab em .index-ditu-dibiao {
  color: #ff6600;
  font-size: 16px;
  margin-right: 4px;
}
.nav_left .xq_tab em .index-xia_sanjiao {
  display: inline-block;
  color: #999;
  font-size: 8px;
  margin-left: 4px;
  transform: rotate(0deg);
}
.nav_left a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  padding-left: 8px;
  white-space: nowrap;
  padding-bottom: 8px;
}
.nav_left a:hover {
  color: #326cf6;
}
.index_nav_r {
  float: right;
  padding-top: 10px;
}
.fixed_wrap {
  position: relative;
  width: 142px;
  top: -66px;
}
.footer-link {
  padding-top: 20px;
  background-color: #0030af;
}
.footer-link .links-tab {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.footer-link .links-tab span {
  color: #f0f0f0;
  opacity: 0.6;
  font-size: 14px;
  margin-right: 16px;
}
.footer-link .links-tab span.active {
  color: #ffb401;
  opacity: 1;
  border-bottom: 1px solid #ffb401;
  padding-bottom: 12px;
}
.footer-link .links-a {
  display: none;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.8;
}
.footer-link .links-a.active {
  display: flex;
}
.footer-link .links-a a {
  font-size: 14px;
  opacity: 0.6;
  margin-right: 20px;
  color: #fff;
}
.footer-link .copyright {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
  text-align: center;
  line-height: 24px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}
.footer-link .copyright a {
  font-size: 14px;
  color: #ffffff;
}

.nav_main {
  position: relative;
}

.nav_index {
  color: #326cf6 !important;
  font-weight: bold !important;
}
.nav_index::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 4px;
  background-color: #326cf6;
  border-radius: 2px;
}
.banner {
  width: 100%;
  height: 480px;
  background: #f4f6f7 url(/images/index/banner-bg.jpg) no-repeat;
  background-size: 1920px 398px;
  background-position: center top;
}
.banner .banner-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 20px;
  margin-bottom: 20px;
}
.banner .banner-top .banner-top-left {
  display: flex;
  align-items: center;
  color: #f7f9ff;
  font-size: 24px;
  font-weight: bold;
}
.banner .banner-top .banner-top-left i {
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  margin-right: 10px;
}
.banner .banner-top .banner-top-right {
  display: inline-flex;
}
.banner .banner-top .banner-top-right a {
  width: 96px;
  height: 29px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: #f7f9ff;
  margin-left: 18px;
}
.banner .banner-top .banner-top-right a:hover {
  background-color: #0345c7;
  color: #f7f9ff;
  font-weight: bold;
}
.banner .banner-bot {
  display: flex;
  justify-content: space-between;
}
.banner .banner-bot .banner-bot-left {
  width: 876px;
  height: 382px;
  border-radius: 10px;
  overflow: hidden;
}
.banner .banner-bot .banner-bot-left a {
  display: block;
  width: 876px;
  height: 382px;
  background-repeat: no-repeat;
  background-size: 876px 382px;
}
.banner .swiper-button-next-banner,
.banner .swiper-button-prev-banner {
  width: 34px;
  height: 34px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  opacity: 0;
}
.swiper-banner:hover .swiper-button-next-banner,
.swiper-banner:hover .swiper-button-prev-banner {
  opacity: 1;
}
.swiper-banner .swiper-pagination-bullet {
  width: 17px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
  opacity: 0.4;
}
.swiper-banner .swiper-pagination-bullet-active {
  width: 35px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
  opacity: 1;
}
.swiper-pagination-banner {
  text-align: right !important;
  bottom: 24px !important;
}
.swiper-pagination-banner .swiper-pagination-bullet:last-child {
  margin-right: 35px;
}
.banner-bot-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 382px;
}
.banner-bot-right .banner-bot-right-tit {
  position: relative;
  display: flex;
  align-items: center;
  width: 307px;
  height: 53px;
  line-height: 53px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.banner-bot-right .banner-bot-right-tit::before {
  position: absolute;
  top: 11px;
  left: 12px;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #00deff;
  border-radius: 50%;
}
.banner-bot-right .banner-bot-right-tit i {
  position: relative;
  color: #326cf6;
  font-size: 25px;
  font-weight: normal;
  padding: 0 13px 0 20px;
  z-index: 1;
}
.banner-bot-right ul {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between; */
  width: 267px;
  height: 294px;
  background: #ffffff;
  border-radius: 10px;
  padding: 16px 20px;
}
.banner-bot-right ul li a {
  display: flex;
  width: 262px;
  height: 45px;
  line-height: 45px;
  background-color: #f8f8f8;
  border-radius: 6px;
  font-size: 15px;
  color: #666666;
  margin-left: 10px;
  margin-bottom: 15px;
  transition: 0.5s;
}
.banner-bot-right ul li:last-child a {
  margin-bottom: 0;
}
.banner-bot-right ul li a i {
  width: 22px;
  height: 22px;
  background-color: #ff6605;
  font-size: 15px;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  margin-left: -10px;
  margin-top: 11px;
  margin-right: 10px;
}
.banner-bot-right ul li a p {
  width: 219px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner-bot-right ul li a:hover {
  background-color: #326cf6;
  color: #fff;
}
.tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #666666;
  font-size: 15px;
  line-height: 1;
}
.tit .tit-des {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  padding-left: 20px;
  margin-right: 20px;
}
.tit .tit-des::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 25px;
  background-color: #326cf6;
  border-radius: 3px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tit .tit-more {
  color: #999999;
  font-size: 14px;
}
.c1 {
  padding-top: 30px;
  background: #f4f6f7;
}
.c1 .c1-con {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
}

.c1 .c1-left .c1-left-top {
  display: flex;
  width: 588px;
  height: 49px;
  background-color: #eeefef;
  border-radius: 8px;
}
.c1 .c1-left .c1-left-top .c1-left-top-tit {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding-right: 20px;
}
.c1 .c1-left .c1-left-top .c1-left-top-tit::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 16px;
  background-color: #666666;
  content: "";
}
.c1 .c1-left .c1-left-top .c1-left-top-tit i {
  color: #ff6605;
  font-size: 20px;
  font-weight: normal;
  padding: 0 10px 0 16px;
}
.swiper-c1 {
  margin: 0 0 0 20px;
}
.swiper-c1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 420px;
  color: #326cf6;
  font-size: 14px;
}
.swiper-c1 a p {
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
}
.c1-left .c1-video {
  position: relative;
  width: 588px;
  height: 308px;
  background: url(/images/index/c5-video.jpg) no-repeat;
  background-size: 588px 308px;
  border-radius: 8px;
  margin-top: 20px;
}

.c1-right-top {
  display: flex;
  justify-content: space-between;
  width: 594px;
}
.c1-right-top .c1-jc-img {
  position: relative;
  display: block;
  width: 285px;
  height: 154px;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}
.c1-right-top .c1-jc-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 285px;
  height: 154px;
  object-fit: cover;
  transition: 0.5s;
}
.c1-right-top .c1-jc-img:hover img {
  transform: scale(1.2);
}
.c1-right-top .c1-jc-img h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 255px;
  height: 34px;
  background-color: rgba(1, 1, 1, 0.6);
  border-radius: 0px 0px 8px 8px;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  padding: 8px 15px;
}
.c18-jc-items {
  display: flex;
  justify-content: space-between;
}
.c18-jc-items .c18-jc-items4 {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 285px;
  height: 204px;
}
.c18-jc-items .c18-jc-items6 {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  width: 285px;
  height: 204px;
}
.c18-jc-items .c18-js-item {
  display: block;
  color: #000000;
  font-size: 14px;
  width: 285px;
}
.c18-jc-items6 .c18-js-item:hover h3 {
  color: #326cf6;
}
.c18-jc-items .c18-js-item h3 {
  position: relative;
  color: #000000;
  font-size: 14px;
  padding-left: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c18-jc-items .c18-js-item h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #d5d5d5;
  content: "";
  border-radius: 50%;
}
.c18-jc-items .c18-js-item.active {
  position: relative;
  width: 285px;
  height: 90px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(50, 108, 246, 0.25);
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 13px 0 0 10px;
}
.c18-jc-items .c18-js-item.active::after {
  content: "";
  position: absolute;
  top: -12px;
  right: -12px;
  width: 32px;
  height: 32px;
  background-color: #ff741b;
  border-radius: 50%;
}
.c18-jc-items .c18-js-item p {
  width: 237px;
  display: none;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  padding-left: 12px;
  margin-top: 4px;
}
.c18-jc-items .c18-js-item.active p {
  display: block;
}
.c18-jc-items .c18-js-item h4 {
  font-size: 14px;
}
.c18-jc-items .c18-js-item.active h3 {
  color: #326cf6;
  font-size: 16px;
  font-weight: bold;
}
.c18-jc-items .c18-js-item.active h3::before {
  width: 7px;
  height: 7px;
  background: #326cf6;
}
.c2 {
  padding: 40px 0;
  background: #f4f6f7;
}
.c2 .c2-con {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.c2 .c2-con-left-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 348px;
  height: 345px;
}
.c2 .c2-con-left-item {
  position: relative;
  width: 166px;
  height: 136px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.c2 .c2-con-left-item:nth-child(1) {
  width: 348px;
  height: 191px;
}
.c2 .c2-con-left-item img {
  width: 166px;
  height: 136px;
  transition: 0.5s;
  object-fit: cover;
}
.c2 .c2-con-left-item:nth-child(1) img {
  width: 348px;
  height: 146px;
}
.c2 .c2-con-left-item img:hover {
  transform: scale(1.2);
}
.c2 .c2-con-left-item h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 146px;
  height: 55px;
  background-color: #ffffff;
  color: #666666;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.c2 .c2-con-left-item:nth-child(1) h3 {
  width: 328px;
  height: 45px;
}
.c2 .c2-tit {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 14px;
}
.c2 .c2-tit i {
  color: #ff6605;
  font-size: 23px;
  margin-right: 10px;
}
.c2 .c2-tit .bjicon-biaoqianlan_jingxuan {
  color: #ffb400;
}
.c2 .c2-con-midd-lists {
  width: 491px;
  height: 315px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 16px 0 16px;
}
.c2 .c2-con-midd-top {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px dashed #d3d3cf;
  margin-bottom: 20px;
}
.c2 .c2-con-midd-top .c2-con-midd-top-pic {
  width: 180px;
  height: 106px;
  background-color: #3366ff;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 15px;
}
.c2 .c2-con-midd-top .c2-con-midd-top-pic img {
  width: 180px;
  height: 106px;
  transition: 0.5s;
}
.c2 .c2-con-midd-top .c2-con-midd-top-pic img:hover {
  transform: scale(1.2);
}
.c2 .c2-con-midd-top .c2-con-midd-top-info {
  width: 275px;
}
.c2 .c2-con-midd-top .c2-con-midd-top-info h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  margin-top: -3px;
  margin-bottom: 7px;
}
.c2 .c2-con-midd-top:hover .c2-con-midd-top-info h3 {
  color: #326cf6;
}
.c2 .c2-con-midd-top .c2-con-midd-top-info p {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.c2 .c2-con-midd-top .c2-con-midd-top-info p span {
  color: #326cf6;
}
.c2 .c2-con-midd-bot {
  display: flex;
  flex-wrap: wrap;
}
.c2 .c2-con-midd-bot a {
  display: flex;
  width: 50%;
  color: #999999;
  font-size: 14px;
  margin-bottom: 16px;
}
.c2 .c2-con-midd-bot a:hover {
  color: #326cf6;
}
.c2 .c2-con-midd-bot a i {
  width: 21px;
  height: 21px;
  line-height: 21px;
  background-color: #f5f9ff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #326cf6;
  margin-right: 7px;
}
.c2 .c2-tit .bjicon-fill_xiaohuomiao {
  color: #f00000;
}
.c2 .c2-con-rig-lists {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  width: 289px;
  height: 345px;
}
.c2 .c2-con-rig-item div {
  position: relative;
  width: 137px;
  height: 117px;
  border-radius: 10px;
  overflow: hidden;
}
.c2 .c2-con-rig-item div img {
  width: 137px;
  height: 117px;
  object-fit: cover;
  transition: 0.5s;
}
.c2 .c2-con-rig-item div img:hover {
  transform: scale(1.2);
}
.c2 .c2-con-rig-item div span {
  position: absolute;
  right: 10px;
  top: 0;
  width: 29px;
  height: 27px;
  line-height: 27px;
  background: linear-gradient(90deg, #ff2400 0%, #ff4e00 100%);
  border-radius: 0px 0px 8px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #f4f7ff;
  text-align: center;
}
.c2 .c2-con-rig-item:nth-child(3) div span,
.c2 .c2-con-rig-item:nth-child(4) div span {
  background: linear-gradient(45deg, #ff8a00 0%, #ffcc00 100%);
}
.c2 .c2-con-rig-item h3 {
  width: 137px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-top: 10px;
}
.c2 .c2-con-rig-item:hover h3 {
  color: #326cf6;
}
.c3 {
  width: 100%;
  /* height: 715px; */
  background: url(/images/index/c3-bg.jpg) no-repeat;
  background-size: 100% 705px;
  background-position: top center;
  padding-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.swiper-c3 {
  margin: 30px 0;
  /* height: 170px; */
}
.swiper-c3 .swiper-slide {
  display: flex;
  align-items: center;
  transition: 300ms;
  /* transform: scale(0.67); */
  width: 196px;
  /* height: 115px; */
  height: 170px;
  border-radius: 10px;
  overflow: hidden;
}
.swiper-c3 .swiper-slide-active {
  width: 290px !important;
  height: 170px;
}

.swiper-c3 .swiper-slide img {
  width: 100%;
  border-radius: 10px;
}

.swiper-c3 .swiper-wrapper {
  margin-left: -47px;
}
.c3 .c3-classes {
  display: flex;
  flex-wrap: wrap;
}
.c3 .c3-classes li {
  width: 384px;
  height: 21px;
  padding-bottom: 15px;
}

.c3 .c3-classes li:nth-child(3n + 2) {
  width: 428px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.c3 .c3-classes li:nth-child(14) {
  padding-bottom: 0;
}
.c3 .c3-classes li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 14px;
  white-space: nowrap;
}
.c3 .c3-classes li a:hover {
  color: #326cf6;
}
.c3 .c3-classes li:nth-child(3n) a {
  justify-content: flex-end;
}
.c3 .c3-classes li:nth-child(3n + 1) a {
  justify-content: flex-start;
}
.c3 .c3-classes li span:nth-child(1) {
  width: 170px;
}
.c3 .c3-classes li span:nth-child(2) {
  width: 90px;
}

.c3 .c3-classes li span:last-of-type {
  width: 62px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  background: linear-gradient(90deg, #ff0505 0%, #ff6605 100%);
  font-size: 12px;
  color: #ffffff;
  border-radius: 4px;
  margin-left: 26px;
}

/* .c3 .c3-classes li span[data-mode="0"] {
  color: rgb(255, 156, 0);
} */
.c3 .c3-tit {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 30px 0;
}
.c3 .c3-tit span {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  margin-left: 18px;
}
.c3 .c3-con {
  display: flex;
  justify-content: space-between;
}
.c3 .c3-con .c3-item {
  position: relative;
  width: 255px;
  height: 143px;
  background-color: #ffffff;
  box-shadow: 0px 6px 10px 0px rgba(50, 108, 246, 0.06);
  border-radius: 10px;
  padding-left: 30px;
  padding-top: 40px;
}
.c3 .c3-con .c3-item a {
  position: absolute;
  top: -17px;
  left: 77px;
  width: 132px;
  height: 37px;
  /* background-color: #326cf6;
  border-radius: 19px;
  font-size: 18px;
  font-weight: bold;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box; */
  /* border: 1px solid #326cf6; */
}

.c3 .c3-con .c3-item p {
  position: relative;
  font-size: 14px;
  color: #666666;
  padding-left: 18px;
  margin-bottom: 14px;
}
.c3 .c3-con .c3-item p:hover {
  color: #326cf6;
}
.c3 .c3-con .c3-item:nth-child(2) p:hover {
  color: #00b35d;
}
.c3 .c3-con .c3-item:nth-child(3) p:hover {
  color: #ffa200;
}
.c3 .c3-con .c3-item:nth-child(4) p:hover {
  color: #7c00fc;
}
.c3 .c3-con .c3-item p::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  background-color: #326cf6;
  border-radius: 50%;
}
.c3 .c3-con .c3-item:nth-child(2) p::before {
  background-color: #00b35d;
}
.c3 .c3-con .c3-item:nth-child(3) p::before {
  background-color: #ffa200;
}
.c3 .c3-con .c3-item:nth-child(4) p::before {
  background-color: #7c00fc;
}

.swiper-subjects-box {
  position: relative;
  width: 1200px !important;
  margin: 30px auto 0 auto;
}
.swiper-subjects {
  position: relative;
  width: 1140px !important;
  height: 116px;
}
.swiper-subjects::before {
  width: 1140px !important;
  height: 94px;
  background-color: #001b75;
  border-radius: 10px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.swiper-subjects .swiper-slide {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 94px;
  margin-top: 22px;
}

.swiper-subjects .swiper-slide a {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
}
.swiper-subjects .swiper-slide .logo i {
  color: #ffffff;
  font-size: 34px;
  position: relative;
  z-index: 1;
}

.swiper-subjects .swiper-slide.active a,
.swiper-subjects .swiper-slide:hover a {
  color: #5285ff;
}
.swiper-subjects .swiper-slide.active a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
  width: 119px;
  height: 126px;
  background: url(/images/index/sec3-icon.png) no-repeat;
  background-size: 119px 126px;
  background-position: center;
}
.swiper-subjects .swiper-slide.active i {
  display: block;
  margin-bottom: 14px;
  margin-top: -12px;
}

@keyframes logo_ani {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1375px;
  }
}
@keyframes logo_ani_leave {
  from {
    background-position: 0 -1375px;
  }
  to {
    background-position: 0 0;
  }
}
.sec3 .swiper-subjects .logo-ani {
  animation: 0.6s logo_ani steps(25) forwards;
}
.sec3 .swiper-subjects .logo-ani-leave {
  animation: 0.6s logo_ani_leave steps(25) forwards;
}
.swiper-subjects .swiper-slide:last-child {
  border: none;
}
.subjects-swiper-button-prev,
.subjects-swiper-button-next,
.swiper-c3-prev,
.swiper-c3-next {
  width: 20px;
  height: 46px;
  background: #eaf0fe;
  border-radius: 4px;
  color: #326cf6;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  margin-top: -11px;
}
.subjects-swiper-button-next,
.swiper-c3-next {
  right: 0;
}
.subjects-swiper-button-prev,
.swiper-c3-prev {
  left: 0;
}
.subjects-swiper-button-prev:hover,
.subjects-swiper-button-next:hover,
.swiper-c3-prev:hover,
.swiper-c3-next:hover {
  background: #326cf6;
  color: #ffffff;
}
.swiper-c3-prev,
.swiper-c3-next {
  margin-top: -18px;
}
.base-btn {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
}
.sec3 .content {
  margin-top: 30px;
  width: 1160px;
  height: 360px;
  background: url(/images/index/sec3-con.jpg) no-repeat;
  background-size: 1200px 420px;
  border-radius: 10px;
  padding: 30px 20px;
}
.sec3 .content .con {
  display: none;
  height: 531px;
}
.sec3 .content .con.active {
  display: flex;
  justify-content: space-between;
}
.sec3 .content .con-left {
  width: 244px;
}
/* .sec3 .content .con-left .colorful-logo {
  width: 110px;
  height: 120px;
  color: #fff;
  text-align: center;
  background-image: url(http://www.qfedu.com/imgs2022/colorful-logo-bg.gif);
  background-size: 100% 100%;
}
.sec3 .content .con-left .colorful-logo i {
  font-size: 60px;
} */
.sec3 .content .con-left h3 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  padding-left: 30px;
  line-height: 1;
  white-space: nowrap;
}
.sec3 .content .con-left h3::after {
  position: absolute;
  top: 8px;
  left: 5px;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #326cf6;
}
.sec3 .content .con-left h3::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 4px;
  border: solid 1px #326cf6;
  background: transparent;
  box-sizing: border-box;
}

.sec3 .content .con-left h3 span {
  font-size: 16px;
  color: #666666;
  font-weight: normal;
  margin-top: 10px;
  display: block;
}
.sec3 .content .con-left .employment-info-swiper-container {
  position: relative;
  width: 186px;
}
.sec3
  .content
  .con-left
  .employment-info-swiper-container
  .employment-info-swiper {
  max-width: 120px;
}
.sec3
  .content
  .con-left
  .employment-info-swiper-container
  .employment-info-swiper
  .swiper-slide {
  width: auto;
  text-align: center;
}
.sec3
  .content
  .con-left
  .employment-info-swiper-container
  .employment-info-swiper
  .swiper-slide
  h4 {
  margin-bottom: 9px;
  height: 13px;
  font-size: 14px;
  color: #666;
  line-height: 13px;
}
.sec3
  .content
  .con-left
  .employment-info-swiper-container
  .employment-info-swiper
  .swiper-slide
  p {
  font-size: 30px;
  font-weight: 600;
  color: #056cff;
  line-height: 28px;
  white-space: nowrap;
}
.sec3
  .content
  .con-left
  .employment-info-swiper-container
  .employment-info-btns {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec3
  .content
  .con-left
  .employment-info-swiper-container
  .employment-info-btns
  .btn {
  width: 14px;
  height: 100%;
  background-image: none;
  color: #999;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec3
  .content
  .con-left
  .employment-info-swiper-container
  .employment-info-btns
  .btn:hover {
  color: #056cff;
}
.sec3 .content .con-left .nav-mask-info {
  position: relative;
  width: 244px;
  height: 261px;
  background: url(http://bj.mobiletrain.org/images/index/sub-video-bg.png)
    no-repeat;
  background-size: 244px 261px;
  border-radius: 10px;
}
.sec3 .content .con-left .nav-mask-info .video-txt {
  font-size: 16px;
  color: #fff;
  padding-top: 55px;
  text-align: center;
}
.sec3 .content .con-left .nav-mask-info .video-txt span {
  font-weight: bold;
  display: block;
}
.sec3 .content .con-left .bjicon-shuangxiajiantou- {
  color: #326cf6;
  font-size: 12px;
  display: block;
  text-align: center;
  margin: 12px auto;
}

.sec3 .content .con-center {
  position: relative;
}
.sec3 .content .con-center .ul1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 767px;
  height: 73px;
  background-color: #ffffff;
  border-radius: 10px;
  padding-left: 100px;
  padding-right: 30px;
}
.sec3 .content .con-center .ul1::before {
  content: "学科优势";
  width: 30px;
  height: 47px;
  padding: 10px 10px 0 10px;
  background: linear-gradient(0deg, #ff1860 0%, #ff6605 100%);
  box-shadow: 2px 2px 8px 0px rgba(255, 61, 52, 0.2);
  border-radius: 0px 0px 25px 25px;
  position: absolute;
  top: -1px;
  left: 19px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #ffffff;
}
.sec3 .content .con-center .ul1 li i {
  font-family: Alibaba-PuHuiTi-H;
  font-size: 20px;
  color: #ff6605;
  opacity: 0.4;
  font-weight: bold;
}
.sec3 .content .con-center .ul1 li i::after {
  content: "";
  width: 63px;
  height: 13px;
  background: linear-gradient(90deg, #ff6605 0%, #ffffff 100%);
  opacity: 0.3;
  display: inline-block;
  margin-left: 3px;
}
.sec3 .content .con-center .ul1 li h4 {
  font-size: 16px;
  color: #333333;
}

.sec3 .content .con-center .part3 .sub-tit {
  position: relative;
  padding-left: 13px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  display: block;
}
.sec3 .content .con-center .part3 .sub-tit::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 4px;
  height: 16px;
  background-color: #326cf6;
  border-radius: 2px;
}
.sec3 .content .con-center .part1 {
  position: relative;
  width: 525px;
  height: 73px;
  background-color: #ffffff;
  border-radius: 10px;
  padding-left: 85px;
  margin-top: 13px;
}
.sec3 .content .con-center .part1 .sub-tit {
  position: absolute;
  left: 19px;
  top: -1px;
  width: 30px;
  height: 37px;
  padding: 10px;
  background: linear-gradient(0deg, #004eff 0%, #05dfff 100%);
  box-shadow: 2px 2px 8px 0px rgba(1, 94, 255, 0.2);
  border-radius: 0px 0px 25px 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #ffffff;
}
.sec3 .content .con-center .part1 .ul2 {
  display: flex;
  height: 73px;
  align-items: center;
}
.sec3 .content .con-center .part1 .ul2 li {
  position: relative;
  margin-right: 30px;
  color: #666666;
  font-size: 14px;
  white-space: nowrap;
}
@keyframes forwardArrow {
  from {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.4;
  }
}
.sec3 .content .con-center .part1 .ul2 li::before,
.sec3 .content .con-center .part1 .ul2 li::after {
  position: absolute;
  top: 4px;
  right: -22px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 7px solid #326cf6;
  opacity: 0.6;
  animation: forwardArrow ease 0.8s infinite alternate;
}
.sec3 .content .con-center .part1 .ul2 li::after {
  opacity: 1;
  right: -27px;
  animation: forwardArrow ease 0.8s infinite alternate-reverse;
}
.sec3 .content .con-center .part1 .ul2 li:last-of-type {
  margin-right: 0;
}
.sec3 .content .con-center .part1 .ul2 li:last-of-type::after,
.sec3 .content .con-center .part1 .ul2 li:last-of-type::before {
  display: none;
}
.sec3 .content .con-center .part3 {
  display: flex;
  justify-content: space-between;
  width: 570px;
  height: 135px;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
}
.sec3 .content .con-center .part3 .articles-box {
  width: 50%;
}

.sec3 .content .con-center .part3 ul li {
  float: left;
  line-height: 26px;
  padding-right: 10px;
}
.sec3 .content .con-center .part3 ul li a {
  display: block;
  width: 250px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 15px;
  color: #999;
  position: relative;
}
.sec3 .content .con-center .part3 ul li a:hover {
  color: #326cf6;
}
.sec3 .content .con-center .part3 ul li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  border-radius: 50%;
}
.sec3 .con-center-bot {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
.sec3 .con-center-bot .con-conter-bot-left {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  width: 266px;
  height: 261px;
}
.sec3 .con-center-bot .con-conter-bot-left a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 126px;
  height: 53px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 16px;
  color: #333333;
}
.sec3 .con-center-bot .con-conter-bot-left a i {
  font-size: 20px;
  margin-right: 9px;
  color: #326cf6;
}
.sec3 .con-center-bot .con-conter-bot-left a i.bjicon-shiziduiwu {
  color: #ff6605;
}
.sec3 .con-center-bot .con-conter-bot-left a i.bjicon-minzhengtubiao1-46 {
  color: #05b460;
}
.sec3 .con-center-bot .con-conter-bot-left a i.bjicon-shipinziyuanguanli {
  color: #7d00fc;
}
.sec3 .con-center-bot .con-conter-bot-left a i.bjicon-shizhanxiangmu {
  color: #4200ff;
}
.sec3 .con-center-bot .con-conter-bot-left a i.bjicon-route {
  color: #de0199;
}
.sec3 .con-center-bot .con-conter-bot-left a i.bjicon-feiyongguanli {
  color: #ffa200;
}
.sec3 .con-center-bot .con-conter-bot-left a i.bjicon-youhuiquan {
  color: #ff0000;
}
.sec3 .con-conter-bot-right {
  width: 610px;
}
.swiper-button-disabled {
  opacity: 1 !important;
}
.c4 {
  margin-bottom: 40px;
}
.c4 .c4-tabs {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.c4 .c4-tabs a {
  line-height: 30px;
  height: 30px;
  background-color: #e7eeff;
  border-radius: 6px;
  padding: 0 18px;
  font-size: 16px;
  color: #333333;
}
.c4 .c4-tabs a.active {
  background-color: #326cf6;
  color: #fff;
  font-weight: bold;
}
.c4 .c4-con {
  display: none;
  justify-content: space-between;
}
.c4 .c4-con.active {
  display: flex;
}
.c4 .c4-con .c4-con-left {
  width: 898px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c4 .c4-con .c4-con-left .c4-con-left-item {
  display: flex;
  margin-top: 32px;
}
.c4 .c4-con .c4-con-left .c4-con-left-item .c4-con-left-pic {
  width: 126px;
  height: 71px;
  border-radius: 6px;
  margin-right: 10px;
  overflow: hidden;
}
.c4 .c4-con .c4-con-left .c4-con-left-item .c4-con-left-pic img {
  width: 126px;
  height: 71px;
  transition: 0.5s;
}
.c4 .c4-con .c4-con-left .c4-con-left-item .c4-con-left-pic img:hover {
  transform: scale(1.2);
}
.c4 .c4-con .c4-con-left .c4-con-left-item .c4-con-left-info {
  height: 71px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c4 .c4-con .c4-con-left .c4-con-left-item h3 {
  width: 146px;
  font-size: 16px;
  color: #000000;
  word-break: break-all;
}
.c4 .c4-con .c4-con-left .c4-con-left-item:hover h3 {
  color: #326cf6;
}
.c4 .c4-con .c4-con-left .c4-con-left-item span {
  color: #999999;
  font-size: 14px;
}
.c4 .c4-con-right {
  width: 242px;
  height: 242px;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px 12px;
  margin-top: 32px;
}
.c4 .c4-con-right .c4-right-tit {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding-left: 20px;
}
.c4 .c4-con-right .c4-right-tit::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  content: "";
  width: 4px;
  height: 16px;
  background-color: #326cf6;
  border-radius: 2px;
}
.c4 .c4-con-right .c4-right-list a {
  display: block;
  margin-top: 14px;
}
.c4 .c4-con-right .c4-right-list a.active {
  width: 242px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px 0;
}
.c4 .c4-con-right .c4-right-list h3 {
  display: flex;
  margin-bottom: 4px;
}
.c4 .c4-con-right .c4-right-list h3 span {
  width: 21px;
  height: 21px;
  background-color: #f0f0f0;
  border-radius: 5px;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  text-align: center;
  margin-left: 10px;
  margin-right: 6px;
}
.c4 .c4-con-right .c4-right-list h3 span.s11 {
  color: #ffffff;
  background-color: #ff741b;
}
.c4 .c4-con-right .c4-right-list h3 span.s12 {
  color: #ffffff;
  background-color: #feb90b;
}
.c4 .c4-con-right .c4-right-list h3 span.s13 {
  color: #ffffff;
  background-color: #ffdc00;
}
.c4 .c4-con-right .c4-right-list a.active div {
  display: flex;
}
.c4 .c4-con-right .c4-right-list a div {
  display: none;
  justify-content: space-between;
  font-size: 12px;
  color: #999999;
  width: 190px;
  margin-left: 38px;
}
.c4 .c4-con-right .c4-right-list h3 p {
  font-size: 14px;
  width: 182px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.s4 {
  width: 100%;
  height: 335px;
  background: url(/images/index/s4-bg.jpg) no-repeat;
  background-size: 1920px 279px;
  background-position: center bottom;
}
.s4 .cont {
  /* height: 479px; */
  box-sizing: border-box;
  color: #fff;
  margin-top: 60px;
}
.s4 .tab-btns {
  margin-bottom: 47px;
  height: 54px;
  position: relative;
}
.s4 .tab-btns .it-swiper-box {
  margin: 0 auto;
  width: 1080px;
  height: 100%;
  padding: 9px 11px;
  background: #fff;
  border-radius: 27px;
  color: #333;
  box-sizing: border-box;
}
.s4 .tab-btns .swiper-container .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.s4 .tab-btns .swiper-container .swiper-slide:last-child {
  justify-content: flex-start;
}
.s4 .tab-btns .swiper-container .swiper-slide:last-child span {
  margin-right: 10px;
}
.s4 .tab-btns .swiper-container .swiper-slide span {
  display: inline-block;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
  color: #333;
}
.s4 .tab-btns .swiper-container .swiper-slide span:hover {
  color: #326cf6;
}
.s4 .tab-btns .swiper-container .swiper-slide span.active {
  background: #056cff;
  border-radius: 18px;
  font-weight: 600;
  color: #fff;
}
.s4 .tab-btns .swiper-container .swiper-slide span:last-child {
  margin-right: 0;
}
.s4 .tab-btns .swiper-btns .swiper-button-prev,
.s4 .tab-btns .swiper-btns .swiper-button-next {
  background: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.s4 .tab-btns .swiper-btns .swiper-button-prev .icon,
.s4 .tab-btns .swiper-btns .swiper-button-next .icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  color: #056cff;
  text-align: center;
  line-height: 28px;
  transition: all ease 0.2s;
}
.s4 .tab-btns .swiper-btns .swiper-button-prev:hover .icon,
.s4 .tab-btns .swiper-btns .swiper-button-next:hover .icon {
  color: #fff;
  background: #056cff;
}
.s4 .tab-content-item {
  display: none;
}
.s4 .tab-content-item.active {
  display: block;
}
.s4 .tab-content-item .article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s4 .tab-content-item .article-list .article {
  width: 373px;
  height: 38px;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  transition: all ease 0.2s;
}
.s4 .tab-content-item .article-list .article:hover,
.s4 .tab-content-item .article-list .article.active {
  background: #056cff;
  box-shadow: 0px 2px 4px 0px rgba(50, 108, 246, 0.6);
  border-radius: 6px;
}
.s4 .tab-content-item .article-list .article:hover .time,
.s4 .tab-content-item .article-list .article.active .time,
.s4 .tab-content-item .article-list .article:hover .tit,
.s4 .tab-content-item .article-list .article.active .tit {
  color: #fff;
}
.s4 .tab-content-item .article-list .article:hover .time::after,
.s4 .tab-content-item .article-list .article.active .time::after {
  background-color: #fff;
}
.s4
  .tab-content-item
  .article-list
  .article:nth-last-child(-n + 3)
  .time::before {
  display: none;
}
.s4 .tab-content-item .article-list .article .time {
  width: 72px;
  font-size: 14px;
  color: #999999;
  text-align: center;
  position: relative;
  line-height: 38px;
  transition: all ease 0.2s;
}
.s4 .tab-content-item .article-list .article .time::after {
  position: absolute;
  top: 14px;
  right: -4px;
  content: "";
  width: 9px;
  height: 9px;
  background: #056cff;
  border-radius: 50%;
}
.s4 .tab-content-item .article-list .article .time::before {
  position: absolute;
  right: 0;
  top: 14px;
  content: "";
  width: 1px;
  height: 45px;
  background-color: #ccc;
}
.s4 .tab-content-item .article-list .article .tit {
  display: block;
  margin-left: 20px;
  font-size: 16px;
  color: #333333;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all ease 0.2s;
  line-height: 20px;
}

.m3 {
  background-color: #f4f5f7;
  padding-top: 40px;
  padding-bottom: 24px;
}
.m3 .m3-solgans {
  position: relative;
  margin-top: 40px;
  height: 55px;
  z-index: 2;
  margin-left: 10px;
}
.m3 .m3-solgans ul {
  display: flex;
  justify-content: space-between;
}
.m3 .m3-solgans ul li {
  flex: 1;
  display: flex;
}
.m3 .m3-solgans ul li .logo {
  width: 55px;
  height: 55px;
  background: rgba(199, 218, 255, 0.7);
  border-image: linear-gradient(0deg, #c0e6ff, #ffffff) 10 10;
  box-shadow: 0px 1px 0px 0px #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
  position: relative;
}
.m3 .m3-solgans ul li .logo::before {
  position: absolute;
  top: -8px;
  left: -10px;
  z-index: -1;
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #0048c4;
  border-radius: 50%;
  transition: all ease 0.3s;
}
.m3 .m3-solgans ul li .logo .icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 128, 223, 0.4));
  transition: all ease 0.3s;
}
.m3 .m3-solgans ul li .logo:hover {
  width: 60px;
  height: 60px;
}
.m3 .m3-solgans ul li .logo:hover .icon {
  transform: scale(1.1);
}
.m3 .m3-solgans ul li .logo:hover::before {
  top: -12px;
  left: -14px;
}
.m3 .m3-solgans ul li .text p {
  margin-left: 12px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.m3 .m3-solgans ul li .text p:nth-child(2) {
  margin-top: 9px;
  font-size: 14px;
  color: #666;
  line-height: 14px;
  height: 14px;
}
.m3 .m3-solgans ul li .text strong {
  font-size: 24px;
  color: #056cff;
  font-weight: 600;
}

.m3 .ms_btn {
  display: block;
  width: 238px;
  height: 47px;
  line-height: 47px;
  border-radius: 6px;
  border: solid 1px #ff6600;
  margin: 0 auto;
  font-size: 16px;
  color: #333333;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.m3 .ms_btn span {
  position: relative;
  z-index: 2;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  padding-left: 48px;
}
.m3 .ms_btn i {
  position: absolute;
  top: 0;
  right: 0;
  width: 82px;
  height: 47px;
  background-image: linear-gradient(45deg, #fe4e33 0%, #ff8534 100%);
  border-radius: 0px 6px 6px 0px;
  transition: width 0.4s;
  -moz-transition: width 0.4s;
  -o-transition: width 0.4s;
  -webkit-transition: width 0.4s;
  box-sizing: border-box;
  font-size: 28px;
  color: #fff;
  text-align: right;
  padding-right: 26px;
}
.m3 .ms_btn:hover i {
  width: 100%;
}
.m3 .ms_btn:hover span {
  color: #fff;
}

.m3 .m3-teacher {
  position: relative;
  width: 1246px;
  margin: 22px auto 0 -23px;
}
.m3 .m3-teacher .swiper-container {
  width: 1200px;
  /* height: 620px; */
}
.m3 .m3-teacher .swiper-container .swiper-slide .te-item {
  position: relative;
  width: 186px;
  height: 300px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 16px;
}
.m3 .m3-teacher .swiper-container .swiper-slide .te-item:hover .te-item-mask {
  display: block;
}
.m3 .m3-teacher .swiper-container .swiper-slide .te-item img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 223px;
  background: linear-gradient(0deg, #7f8393 0%, #b3b9ca 100%);
  border-radius: 10px 10px 0px 0px;
  box-sizing: border-box;
}
.m3 .m3-teacher .swiper-container .swiper-slide .te-item h3 {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin: 0 auto 4px auto;
  padding-top: 230px;
}
.m3 .m3-teacher .swiper-container .swiper-slide .te-item .item-tit {
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.m3 .m3-teacher .swiper-container .swiper-slide .te-item .item-tit span {
  display: block;
}
.m3 .m3-teacher .swiper-container .swiper-slide .te-item .te-item-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 154px;
  height: 193px;
  background-color: #326cf6;
  padding: 30px 16px 0 16px;
  border-radius: 10px 10px 0px 0px;
  opacity: 0.9;
  font-size: 14px;
  color: #fff;
  display: none;
}
.m3 .m3-teacher .swiper-container .swiper-slide .te-item .te-item-mask p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.m3 .m3-teacher .swiper-container .swiper-slide .te-item .te-item-mask a {
  display: block;
  width: 96px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(90deg, #ff0505 0%, #ff6605 100%);
  border-radius: 15px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin: 20px auto 0 auto;
}
.m3 .m3-teacher .swiper-button-prev-teacher,
.m3 .m3-teacher .swiper-button-next-teacher {
  position: absolute;
  top: 314px;
  width: 20px;
  height: 46px;
  line-height: 46px;
  background: #eaf0fe;
  color: #326cf6;
  font-size: 18px;
  text-align: center;
  border-radius: 4px;
}
.m3 .m3-teacher .swiper-button-prev-teacher {
  left: 0;
}
.m3 .m3-teacher .swiper-button-next-teacher {
  right: 0;
}
.m3 .m3-teacher .swiper-button-prev-teacher:hover,
.m3 .m3-teacher .swiper-button-next-teacher:hover {
  background-color: #326cf6;
  color: #fff;
}
.projectbox {
  position: relative;
  overflow: hidden;
  /* padding: 690px 0 60px 0; */
  padding: 750px 0 60px 0;
}
.projectbox .pro-tabs {
  position: relative;
  display: flex;
  align-items: center;
  width: 1140px;
  height: 60px;
  background-color: #ffffff;
  margin-top: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0 30px;
}
.projectbox .pro-tabs::after {
  content: "";
  width: 1140px;
  height: 1px;
  background-color: #e7e7e7;
  position: absolute;
  bottom: 0;
  left: 30px;
}
.projectbox .pro-tabs span {
  margin-right: 40px;
  font-size: 16px;
  color: #000000;
}
.projectbox .pro-tabs span.active {
  height: 27px;
  border-radius: 14px;
  border: solid 1px #326cf6;
  color: #326cf6;
  font-weight: bold;
  padding: 0 10px;
  line-height: 27px;
}
.projectbox .scrollimg {
  position: absolute;
  width: 1920px;
  height: 1807px;
  z-index: 1;
  top: -150px;
  left: 50%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  transform: translateX(-52%) rotateZ(10deg);
  /* transform: rotateZ(0) scale(1); */
}

.projectbox .scrollimg img {
  display: block;
  width: 100%;
}

@keyframes run2 {
  0% {
    top: 0;
  }

  100% {
    top: -2175px;
  }
}

.projectbox .scrollimg .p-scroll {
  position: absolute;
  animation: 20s linear infinite run2;
}

.projectbox .project-wrap {
  width: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  height: 100%;
  background-image: linear-gradient(
    90deg,
    rgba(1, 55, 184, 0.9) 0%,
    rgba(53, 28, 197, 0.9) 34%,
    rgba(104, 1, 210, 0.9) 100%
  );
}
.project-wrap .tit {
  padding-top: 47px;
}
.project-wrap .tit,
.project-wrap .tit .tit-des,
.project-wrap .tit .tit-more {
  color: #fff;
}
.project-wrap .tit .tit-des::before {
  background: #fff;
}
.project-wrap .pro-lists {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  width: 1140px;
  height: 352px;
  background-color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 24px 30px 40px;
}
.project-wrap .pro-lists .pro-lists-item {
  display: flex;
  width: 358px;
  height: 99px;
}
.project-wrap .pro-lists .pro-lists-item img {
  width: 172px;
  height: 95px;
  transition: 0.5s;
}
.project-wrap .pro-lists .pro-lists-item .pro-lists-pic {
  width: 172px;
  height: 95px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 17px;
}
.project-wrap .pro-lists .pro-lists-item img:hover {
  transform: scale(1.2);
}
.project-wrap .pro-lists .pro-lists-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 95px;
}
.project-wrap .pro-lists .pro-lists-info h3 {
  width: 169px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
}
.project-wrap .pro-lists .pro-lists-item:hover .pro-lists-info h3 {
  color: #326cf6;
}
.project-wrap .pro-lists .pro-lists-info div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 169px;
  color: #999999;
  font-size: 14px;
}
.project-wrap .pro-lists .pro-lists-info div a {
  width: 77px;
  height: 30px;
  background: linear-gradient(90deg, #ff0505 0%, #ff6605 100%);
  border-radius: 8px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.pro-zyk {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 142px;
  background: url(/images/index/pro-bg1.png) no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 26px;
}
.pro-zyk .pro-zyk-left {
  font-size: 20px;
  color: #333333;
  padding-left: 38px;
}
.pro-zyk .pro-zyk-left span {
  font-size: 26px;
  font-weight: bold;
  display: block;
}
.pro-zyk .pro-zyk-midd {
  display: flex;
  margin-left: 60px;
  margin-right: 78px;
}
.pro-zyk .pro-zyk-midd li h3 {
  width: 78px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background-color: #326cf6;
  border-radius: 14px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 10px auto;
}
.pro-zyk .pro-zyk-midd li:nth-child(3) h3 {
  background-color: #00b35d;
}
.pro-zyk .pro-zyk-midd li:nth-child(5) h3 {
  background-color: #ffa200;
}
.pro-zyk .pro-zyk-midd li:nth-child(7) h3 {
  background-color: #7d00fc;
}
.pro-zyk .pro-zyk-midd li span {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  text-align: center;
  display: block;
}
.pro-zyk .pro-zyk-midd .bjicon-jiahao {
  color: #999999;
  font-size: 18px;
  margin: 0 30px;
  padding-top: 17px;
}
.pro-zyk .pro-zyk-rig {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.pro-zyk .pro-zyk-rig img {
  display: block;
  height: 8px;
  margin: 6px auto;
}

.c18 {
  padding-top: 40px;
}
.c18 .c18-con {
  display: none;
  justify-content: space-between;
  margin-top: 30px;
}
.c18 .c18-con.active,
.c18 .c18-con.ljc {
  display: flex;
}
.c18 .c18-con .c18-jsgh {
  width: 275px;
  height: 378px;
  background-color: #f7faff;
  box-shadow: 0px 0px 18px 0px rgba(50, 108, 246, 0.25);
  border-radius: 10px;
  box-sizing: border-box;
}
.c18 .c18-con .c18-jsgh .c18-img {
  display: block;
  width: 254px;
  height: 144px;
  background-color: #ffffff;
  border-radius: 8px;
  margin: 10px auto 4px auto;
}
.c18 .c18-con .c18-jsgh a {
  display: flex;
  align-items: center;
  margin-left: 11px;
  margin-top: 19px;
  color: #333333;
  font-size: 14px;
}

.c18 .c18-con .c18-jsgh a i {
  width: 21px;
  height: 21px;
  background-color: #cccccc;
  border-radius: 5px;
  color: #ffffff;
  line-height: 21px;
  text-align: center;
  margin-right: 10px;
}
.c18 .c18-con .c18-jsgh a i.i1 {
  background-color: #ff741b;
}
.c18 .c18-con .c18-jsgh a i.i2 {
  background-color: #feb90b;
}
.c18 .c18-con .c18-jsgh a i.i3 {
  background-color: #ffdc00;
}
.c18 .c18-con .c18-jsgh a:hover {
  color: #326cf6;
}
.c18 .c18-con .c18-jsgh a p {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c18 .c18-con .c18-jc {
  width: 903px;
}
.c18 .c18-con .c18-jc .c18-jc-top {
  display: flex;
  justify-content: space-between;
}
.c18 .c18-con .c18-jc .c18-jc-img {
  position: relative;
  display: block;
  width: 285px;
  height: 154px;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}
.c18 .c18-con .c18-jc .c18-jc-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 285px;
  height: 154px;
  transition: 0.5s;
}
.c18 .c18-con .c18-jc .c18-jc-img:hover img {
  transform: scale(1.2);
}
.c18 .c18-con .c18-jc .c18-jc-img h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 255px;
  height: 34px;
  background-color: rgba(1, 1, 1, 0.6);
  border-radius: 0px 0px 8px 8px;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  padding: 8px 15px;
}

.c18 .c18-con .c18-jc .c18-jc-items {
  display: flex;
  justify-content: space-between;
  /* height: 204px; */
  /* width: 903px; */
}
.c18 .c18-con .c18-jc .c18-jc-items .c18-jc-items4 {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 285px;
  height: 204px;
}
.c18 .c18-con .c18-jc .c18-jc-items .c18-jc-items12 {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  width: 593px;
  height: 204px;
}
.c18 .c18-con .c18-jc .c18-jc-items .c18-js-item {
  display: block;
  color: #000000;
  font-size: 14px;
  width: 285px;
}
.c18 .c18-con .c18-jc .c18-jc-items12 .c18-js-item:hover h3 {
  color: #326cf6;
}
.c18 .c18-con .c18-jc .c18-jc-items .c18-js-item h3 {
  position: relative;
  color: #000000;
  font-size: 14px;
  padding-left: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c18 .c18-con .c18-jc .c18-jc-items .c18-js-item h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #d5d5d5;
  content: "";
  border-radius: 50%;
}
.c18 .c18-con .c18-jc .c18-jc-items .c18-js-item.active {
  position: relative;
  width: 285px;
  height: 90px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(50, 108, 246, 0.25);
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 13px 0 0 10px;
}
.c18 .c18-con .c18-jc .c18-jc-items .c18-js-item.active::after {
  content: "";
  position: absolute;
  top: -12px;
  right: -12px;
  width: 32px;
  height: 32px;
  background-color: #ff741b;
  border-radius: 50%;
}
.c18 .c18-con .c18-jc .c18-jc-items .c18-js-item p {
  width: 237px;
  display: none;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  padding-left: 12px;
  margin-top: 4px;
}
.c18 .c18-con .c18-jc .c18-jc-items .c18-js-item.active p {
  display: block;
}
.c18 .c18-con .c18-jc .c18-jc-items .c18-js-item h4 {
  font-size: 14px;
}
.c18 .c18-con .c18-jc .c18-jc-items .c18-js-item.active h3 {
  color: #326cf6;
  font-size: 16px;
  font-weight: bold;
}
.c18 .c18-con .c18-jc .c18-jc-items .c18-js-item.active h3::before {
  width: 7px;
  height: 7px;
  background: #326cf6;
}
.c5 {
  width: 100%;
  height: 797px;
  background: url(/images/index/c5-bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 40px;
  padding-top: 50px;
}
.c5 .tit,
.c5 .tit .tit-more,
.c5 .tit .tit-des {
  color: #fff;
}
.c5 .tit .tit-des::before {
  background: #fff;
}
.c5 .c5-con {
  position: relative;
  width: 1200px;
  height: 420px;
  background: url(/images/index/c5-icon.png) no-repeat;
  background-size: 124px 371px;
  background-position: left bottom;
  margin-top: 40px;
}
.c5 .c5-con .swiper-c5 {
  position: absolute;
  width: 1160px;
  right: 0;
  top: 50px;
}
.c5 .c5-con .swiper-c5 img {
  width: 376px;
  height: 320px;
}
.c5 .c5-con .c5-con-txt {
  position: absolute;
  top: 0;
  left: 134px;
  width: 227px;
  height: 364px;
  background: rgba(50, 108, 246, 0.95);
  border-radius: 10px;
  z-index: 3;
  padding: 28px;
}
.c5 .c5-con .c5-con-txt a {
  display: block;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 18px;
  margin-bottom: 18px;
  line-height: 18px;
}
.c5 .c5-con .c5-con-txt a:last-child {
  border: none;
}
.c5 .c5-con .c5-con-txt a h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.swiper-button-next-c5,
.swiper-button-prev-c5 {
  width: 91px;
  height: 32px;
  border: solid 1px rgba(255, 255, 255, 0.4);
  background: transparent;
  line-height: 32px;
  text-align: center;
  top: 388px;
  margin-top: 0;
  box-sizing: border-box;
  color: #326cf6;
}
.swiper-button-next-c5 i,
.swiper-button-prev-c5 i {
  font-size: 32px;
}
.swiper-button-prev-c5 {
  left: 992px;
}
.swiper-button-next-c5:hover,
.swiper-button-prev-c5:hover {
  background-color: #326cf6;
  color: #fff;
}
.c5 .c5-lists {
  display: flex;
  justify-content: space-between;
  width: 1140px;
  height: 170px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px;
}
.c5 .c5-lists .c5-item {
  display: flex;
  width: 50%;
}
.c5 .c5-lists .c5-item .c5-item-left {
  width: 239px;
  height: 170px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 14px;
}
.c5 .c5-lists .c5-item .c5-item-left img {
  width: 239px;
  height: 170px;
  transition: 0.5s;
}
.c5 .c5-lists .c5-item .c5-item-left img:hover {
  transform: scale(1.2);
}
.c5 .c5-lists .c5-item div {
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c5 .c5-lists .c5-item .c5-item-bot {
  position: relative;
  font-size: 14px;
  color: #666666;
  display: block;
  width: 296px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 22px;
}
.c5 .c5-lists .c5-item .c5-item-bot::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  width: 5px;
  height: 5px;
  background-color: #d5d5d5;
  content: "";
  border-radius: 50%;
}
.c5 .c5-lists .c5-item .c5-item-top {
  display: flex;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  width: 296px;
}
.c5 .c5-lists .c5-item .c5-item-top i {
  color: #ff0505;
  font-size: 18px;
  margin-right: 8px;
}
.c5 .c5-lists .c5-item a:hover {
  color: #326cf6;
}
.zg_area9 {
  padding: 40px 0;
  background-color: #f4f5f7;
}
.area9_box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.le_img {
  width: 588px;
  height: 370px;
  background: url(/images/index/area_9-bg.png) no-repeat;
  background-size: cover;
  position: relative;
  background-position: center bottom;
}

.le_img li {
  position: absolute;
  transition: all 1s;
  z-index: 2;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(45, 47, 62, 0.29);
}
.le_img li span {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #fff;
  line-height: 2.375;
  position: absolute;
  right: 18px;
  bottom: 10px;
  text-shadow: 0 0 2px #fd6200;
}
.le_img li.le0 {
  left: 23px;
  top: 55px;
  width: 418px;
  height: 212px;
  z-index: 8;
}
.le_img li.le1 {
  left: 77px;
  top: 0px;
  width: 418px;
  height: 212px;
  z-index: 9;
}
.le_img li.le2 {
  left: 125px;
  top: 102px;
  width: 418px;
  height: 212px;
  z-index: 10;
}
.le_img li img {
  display: block;
  width: 100%;
  height: 100%;
}
.area9_right {
  width: 500px;
  height: 290px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 29px;
}
.area9_right h3 {
  color: #326cf6;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.area9_right div {
  display: flex;
  align-items: center;
}

.area9_right div .area9_right_name {
  font-size: 18px;
  color: #333333;
  margin-right: 20px;
  margin-left: 8px;
  font-weight: bold;
}
.area9_right div .bjiconfont {
  color: #326cf6;
  font-size: 22px;
}
.area9_right div.area9_right_tel {
  margin-top: 28px;
  display: flex;
  align-items: center;
}
.area9_right div.area9_right_tel span:nth-child(3) {
  color: #666666;
  font-size: 24px;
}
.area9_right div .area9_right_adr {
  width: 376px;
}
.area9_right .area9_right_53 {
  display: flex;
  justify-content: space-between;
  padding-left: 13px;
  margin-top: 40px;
}
.area9_right div p {
  width: 374px;
}
.area9_right div p span {
  display: block;
  width: 374px;
  font-size: 15px;
  color: #666666;
}
.area9_right div p span:nth-child(2) {
  margin-top: 10px;
}
.btn1 {
  display: block;
  border-radius: 50px;
  font-size: 15px;
  font-weight: bold;
  color: #326cf6;
  width: 109px;
  height: 37px;
  position: relative;
  border: 1px solid #326cf6;
  box-sizing: border-box;
  line-height: 37px;
  text-align: center;
  z-index: 1;
}
.btn1::before {
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
  width: 100%;
  background: #326cf6;
}

.btn1 .btn-text {
  color: #fff;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  mix-blend-mode: lighten;
}

.btn1:hover::before {
  background: url("http://bj.mobiletrain.org//images/index/arrow.svg") no-repeat,
    #326cf6;
  background-position: center;
  border-radius: 50px;
  width: 37px;
  color: #326cf6;
}
.btn1:hover .btn-text {
  margin-right: 30px;
  color: #326cf6;
}
.city-box {
  width: 134px;
  height: 33px;
  line-height: 33px;
  background-color: #ff6605;
  border-radius: 6px;
  color: #f7f9ff;
  font-size: 16px;
  font-weight: bold;
  margin-left: 16px;
  text-align: center;
}
.city-box p span {
  color: #f7f9ff;
  font-size: 14px;
  font-weight: normal;
  margin-left: 6px;
}

.city-box .city-box-con {
  display: none;
  flex-wrap: wrap;
  width: 333px;
  height: 121px;
  position: relative;
  background: rgb(255, 255, 255);
  box-shadow: rgb(216 220 233 / 30%) 0px 0px 10px 0px;
  border: 1px solid rgb(242, 243, 249);
  overflow: hidden;
  z-index: 3;
  padding: 10px 20px 10px 10px;
  border-radius: 10px;
}
.city-box .city-box-con a {
  width: 14.28%;
  color: rgb(0, 0, 0);
  font-size: 14px;
}
.city-box .city-box-con a:hover {
  color: #326cf6;
}
.city-box:hover .city-box-con {
  display: flex;
}
.videoalert {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 1000034;
}
@keyframes videoDown {
  0% {
    margin-top: -700px;
  }
  50% {
    margin-top: -197px;
  }
  80% {
    margin-top: -280px;
  }
  100% {
    margin-top: -197px;
  }
}
.videoalert > div {
  position: absolute;
  width: 700px;
  height: 394px;
  margin-left: -350px;
  margin-top: -300px;
  padding: 3px;
  top: 50%;
  left: 50%;
  /* border: 1px solid #444; */
  border: 6px solid #b1b1b1;
  border-radius: 6px;
  animation: videoDown 0.7s ease-in-out forwards;
}
.videoalert .videoalert21-videobox {
  width: 100%;
  height: 100%;
}
.videoalert .videoalert21-videobox > video {
  width: 100%;
  height: 100%;
}
.videoalert .videoalert21-close {
  position: absolute;
  top: -50px;
  right: -50px;
  cursor: pointer;
}
.videoalert .videoalert21-close .icon {
  font-size: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  width: 44px;
  height: 44px;
  color: #fff;
}

.circle {
  position: absolute;
  width: 73px;
  height: 73px;
  background: #ff6605;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.circle i {
  font-size: 34px;
  color: #fff;
}

.circle:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  border: 16px solid rgba(255, 102, 5, 0.3);
}
.circle:after {
  animation: ripple 2s linear 1.9s infinite;
}
.circle:after {
  animation: ripple 2s linear 1.9s infinite;
}
.sec3 .circle {
  width: 53px;
  height: 53px;
  top: 65%;
}
.sec3 .circle i {
  font-size: 24px;
  color: #fff;
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

.btn2 {
  display: block;
  border-radius: 50px;
  font-size: 15px;
  font-weight: bold;
  color: #326cf6;
  width: 109px;
  height: 37px;
  position: relative;
  border: 1px solid #326cf6;
  box-sizing: border-box;
  line-height: 37px;
  text-align: center;
  z-index: 1;
}
.btn2::before {
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
  width: 100%;
  background: #326cf6;
}

.btn-text {
  color: #fff;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  mix-blend-mode: lighten;
}

.btn2:hover::before {
  background: url("http://bj.mobiletrain.org//images/index/arrow.svg") no-repeat,
    #326cf6;
  background-position: center;
  border-radius: 50px;
  width: 37px;
  color: #326cf6;
}
.btn2:hover .btn-text {
  margin-right: 30px;
  color: #326cf6;
}

.btn11 {
  border: 1px solid #00b35d;
}
.btn11::before {
  background: #00b35d;
}
.btn11:hover::before {
  background: url("http://bj.mobiletrain.org//images/index/arrow.svg") no-repeat,
    #00b35d;
  background-position: center;
  border-radius: 50px;
  width: 37px;
  color: #00b35d;
}
.btn11:hover .btn-text {
  color: #00b35d;
}
.btn12 {
  border: 1px solid #ffa200;
}
.btn12::before {
  background: #ffa200;
}
.btn12:hover::before {
  background: url("http://bj.mobiletrain.org//images/index/arrow.svg") no-repeat,
    #ffa200;
  background-position: center;
  border-radius: 50px;
  width: 37px;
  color: #ffa200;
}
.btn12:hover .btn-text {
  color: #ffa200;
}
.btn13 {
  border: 1px solid #7c00fc;
}
.btn13::before {
  background: #7c00fc;
}
.btn13:hover::before {
  background: url("http://bj.mobiletrain.org//images/index/arrow.svg") no-repeat,
    #7c00fc;
  background-position: center;
  border-radius: 50px;
  width: 37px;
  color: #7c00fc;
}
.btn13:hover .btn-text {
  color: #7c00fc;
}
.bj-ad {
  width: 100%;
  height: 120px;
  background: url(http://bj.mobiletrain.org/images/index/ad.jpg) no-repeat;
  background-size: 1920px 120px;
  background-position: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.bj-ad .base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  color: #ffffff;
}
.bj-ad .base span {
  margin-left: 30px;
  animation: 1s op infinite linear;
}
.bj-ad ul {
  width: 700px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
}
.bj-ad ul:nth-child(1) {
  margin-bottom: 50px;
}
.bj-ad ul li {
  font-size: 12px;
}
.bj-ad ul li:nth-child(2n) {
  margin-top: 6px;
  animation: 1s op infinite linear;
}
.bj-ad ul li:nth-child(2n + 1) {
  animation: 0.8s op infinite linear;
}
@keyframes op {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.ad-btns {
  position: relative;
  width: 214px;
  height: 48px;
  border-radius: 24px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  margin-right: 92px;
  border: solid 1px rgba(255, 255, 255, 0.4);
}
.ad-btns::before {
  position: absolute;
  top: -8px;
  left: -8px;
  content: "查看家门口的千锋";
  width: 214px;
  height: 48px;
  border-radius: 24px;
  background: linear-gradient(90deg, #00a8ff 0%, #05fff6 100%);
  color: #042db4;
  font-size: 21px;
}
.i11 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.i11 .content {
  display: flex;
  flex-grow: 0;
  margin-top: 40px;
}
.i11 .content .item {
  width: 185px;
  height: 374px;
  position: relative;
  color: #fff;
  transition: all ease 0.3s;
  overflow: hidden;
}
@keyframes maskFadeOut {
  from {
    background-color: rgba(0, 0, 0, 0.4);
  }
  to {
    background-color: rgba(0, 0, 0, 0);
    z-index: -1;
    display: none;
  }
}
.i11 .content .item::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.i11 .content .item .cover {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
}
.i11 .content .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* padding: 20px 20px 20px 12px; */
  padding: 20px 12px;
  height: 100px;
  background: rgba(0, 14, 50, 0.7);
  box-sizing: border-box;
  transition: all ease 0.3s;
}
.i11 .content .item .text h3 {
  margin-bottom: 10px;
  padding-left: 10px;
  height: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  position: relative;
}
.i11 .content .item .text h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 3px;
  height: 14px;
  background-color: #326cf6;
  border-radius: 2px;
}
.i11 .content .item .text p {
  font-size: 13px;
  line-height: 18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-left: 10px;
}
.i11 .content .item.active {
  flex-grow: 1;
}
.i11 .content .item.active::after {
  animation: maskFadeOut 0.5s ease forwards 1;
}
.i11 .content .item.active .text {
  background: #056cff;
}
.i11 .content .item.active .text h3::before {
  background-color: #fff;
}
.ul4 {
  width: 549px;
  height: 101px;
  margin-left: 15px;
  overflow-y: auto;
}
.ul4 p {
  display: flex;
  margin-bottom: 10px;
}
.ul4 p:last-child {
  margin-bottom: 0;
}
.ul4 p span {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #999999;
}
.ul4 p span.p-tit {
  width: 80px;
  font-weight: bold;
  color: #326cf6;
}
.ul4 p span:last-child {
  width: 469px;
}
.ul4 p span:last-child i {
  margin-right: 20px;
  line-height: 24px;
}
